JavaScript
{dialog.object}fireLayoutRule Method
Syntax
{dialog.Object}.fireLayoutRule(ruleName)
Arguments
- ruleName
The name of the rule that has the actions to execute.
Description
Executes the actions for a Responsive Layout rule, ignoring whether or not the rule evaluates to a true result.
Discussion
The {dialog.object}.fireLayoutRule method executes the actions for a Responsive Layout rule, ignoring whether or not the rule evaluates to a true result. This method does not set the rule to the 'active' rule.
Example
{dialog.object}.fireLayoutRule('myrule1');